Articles Search Results

  1. How do I query MySQL Database in PHP ? Please follow the following guidelines: <html>      <head>              <title>MySQL Test Code</title>      </head>      <body>       &... Read More
  2. How do I query MySQL database in ASP.NET? In order to query your mySQL Database with ASP.NET script, you need to organize an ODBC connection with us first. The following the snippet of the code: <%@ Page Language="VB" %> <%@ import Namespace="System.Data.Odbc" %> <script runat... Read More
  3. Sample Code to Send email using ASP.NET1.1 Our mail server is configured with SMTP authentication and all your code need to use SMTP Authentication before you can send email. If your code does not use SMTP authentication, the email will not be sent. private void... Read More
  4. Sample Code to Send email using ASP.NET 2 The following code is developed in C#: *************************************** //import the Mail Interface using System.Net.Mail; protected void sendMail() {      //create the mail message      MailMessage mai... Read More
  5. How do I send an email from my ASP.NET website by using SMTP Authentication? In order to send email from our mail servers, you need to allow SMTP Authentication on your code. If you host your website and your email on our server, there will be NO remote connection made between your site and your mail service on our server. He... Read More
Displaying 21 to 25 out of 25 articles found First Page Previous Page Page 3 of 3 Next Page Last Page